﻿@import url("style.css");
/* - - - - - - - - - 默认值标准化  - - - - - - - - -*/
html,body,span,h1,h2,h3,h4,h5,p,blockquote,pre,a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;
  /*font-style:inherit;*/
  font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
html{background: #ccc url(../images/bg-2560-y.gif) repeat-y center top;}
img{border:none;vertical-align:middle;width: 100%;}
input,select,button{padding:0;margin:0;outline:none;font-size: inherit;font-family:inherit;vertical-align:middle;}
textarea{resize:none;font-family:inherit;padding:0;margin:0;font-size: inherit;}
input::-ms-clear{display: none;}
input:focus,textarea:focus,button:focus{outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important; margin: 0;}
input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=file],button{-webkit-appearance:none; border-radius:0;}
button{cursor:pointer;}
span{ -moz-user-select: none;}
html{height:100%;position: relative;}
body{font-size:16px;min-width: 360px;max-width:2560px;background-color:#fff;font-family:'HansKendrick','Microsoft YaHei';height:100%;position:relative;color:#545454;margin-left:auto;margin-right:auto;}
ul,ol{list-style-type:none;}
h1{font-size:24px;}
h2{font-size:20px;}
h3,h4{font-size:18px;}
h5{font-size:16px;}
i,em,address{/*font-style:normal;*/}
a{text-decoration:none;color:#4f4f4f;}
a:hover{transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;color:#0069df;}
a:active{}
a:visited{}
._iconPic{}
.photo{overflow:hidden;position:relative;}
.photo img{width:100%;display:block;transition:all 0.2s ease-in;object-fit:fill;/*object-fit: scale-down;*/}
.center{margin:0 auto;width:1600px;}	
.center.center-style{box-sizing:border-box;padding-left:123px;padding-right:123px;box-shadow:0 0 14px rgba(0,0,0,0.2);margin-top:120px;margin-bottom:120px;padding-top:0px;padding-bottom:0px;transition: all 0.5s;}
/* 关于我们-联系我们-总部：鼠标移入效果 */
/* .center.center-style:hover{background: #0069df;}
.center.center-style:hover .text-contact2 h3,.center.center-style:hover .text-contact2 p{color: #fff;}
.center.center-style:hover ._tel{color: #333;font-weight: 600;}
.center.center-style:hover .text-online-contact h4,.center.center-style:hover .text-online-contact p{color: #fff;}
.center.center-style:hover .text-online-contact ._btn_seemap span{color: #fff;}
.center.center-style:hover .text-online-contact ._btn_seemap span::after{border-bottom: 1px solid #fff;}
.center.center-style:hover .text-online-contact ._btn_seemap .icon--address{width:16px;height:18px;background:url(../images/icon-address2.png) no-repeat left top;}
.center.center-style:hover .text-online-contact ._btn_kefu{background-color: #333;} */
/* .center.center-style:hover .text-online-contact ._btn_kefu .icon--kefu{} */

/* 关于我们-联系我们-总部：鼠标移入效果结束 */
.center::after{content:"";display:block;clear:both;height:0;}
[class^='icon-']{display:inline-block;vertical-align:middle;}
.icon-address{width:18px;height:21px;}
.icon--home{width:16px;height:16px;background:url(../images/icon-home.png) no-repeat left top;}
.icon--search{background:url(../images/icon-search.png) no-repeat left top;width:18px;height:18px;}
.icon-loading{background:url(../images/icon-loading.png) no-repeat left top;width:22px;height:22px;}
.icon--browse{background:url(../images/icon-browse.png) no-repeat left top;width:42px;height:42px;}
.icon_share{display:inline-block;vertical-align:middle;background:url(../images/icon-share.png) no-repeat left top;background-size:500%;width:30px;height:30px;}
.icon--kefu{width:26px;height:27px;background:url(../images/icon-kefu.png) no-repeat left top;}
.icon--address{width:16px;height:18px;background:url(../images/icon-address.png) no-repeat left top;}
.icon--address2{width:16px;height:20px;background:url(../images/icon-address2.png) no-repeat left top;}
.icon-download{background:url(../images/icon-down.svg) no-repeat left top;width:24px;height:24px;}
.icon-applay{}
.icon-svg-editor{background:url(../images/svg/icon-editor.svg) no-repeat left top;width:24px;height:24px;}
.icon-svg-download{background:url(../images/svg/icon-download-cloud.svg) no-repeat left top;width:24px;height:24px;}
.icon-fontsize{}
.icon_share.icon_share1x1{background-position:0 0;}
.icon_share.icon_share2x1{background-position:25% 0;}
.icon_share.icon_share3x1{background-position:50% 0;}
.icon_share.icon_share4x1{background-position:75% 0;}
.icon_share.icon_share5x1{background-position:100% 0;}
.svgicon{width:24px;height:24px;fill:currentColor;color:#f00;stroke-width:2px;}
.svgicon use{color:inherit;fill:currentColor;stroke-width:2px;}
._iconPic img{width:100%;max-width:100%;}

@font-face {
    font-family: 'HansKendrick';
    src: url('fonts/HansKendrickV-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
   }


@keyframes show-element {
  0% {
    visibility: visible;
    transform: translateY(-20px);
  }
  100% {
    transform: translateX(0);
  }
}


@keyframes hide-element {
  0% {
    opacity:1;
    transform: translateY(0px); 
  }
  80% {
   opacity: 1;
   transform: translateY(-20px);
  }
  100% {
   opacity: 0;
  }
}

@keyframes ani-item-export-show{
0%{opacity:0;margin-top:20px;}
100%{opacity:1;margin-top:0px;}
}


@keyframes ani-item-export-hide{

0%{opacity:1;margin-top:0px;}
100%{opacity:0;margin-top:20px;}
}


#__nuxt{width:100%;height:100%;}
#__nuxt>div{width:100%;height:100%;}
#__nuxt>div>div{width:100%;height:100%;}
// #__nuxt>div>div>div{width:100%;height:100%;}